@charset "utf-8";
/*重置样式*/
ul li{ list-style: none;}

/*首页*/
div.indexmaindiv{height:270px;margin:0px auto;width:1130px;}
div.indexmaindiv div.playerstyles{width:168px;height:44px;background:url('../images/areabackground/playstyles.png') no-repeat;}
div.indexmaindiv1{margin-top:25px;}
div.indexmaindiv1 div.stylesgoleft{float:left;width: 0%;height:28px;background:url('../images/areabackground/arrowhead.png') no-repeat left top;margin:106px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoleft:hover{float:left;width:0%;height:28px;background:url('../images/areabackground/arrowhead.png') no-repeat left -28px;margin:106px 5px 0px 0px;cursor:pointer;}
div.indexmaindiv1 div.playerdetail{width:172px;height:245px;background:#FFF;font-family:'微软雅黑';}
div.indexmaindiv1 div.playerdetail div.detailimg{width:172px;height:194px;}
div.indexmaindiv1 div.playerdetail div.detailimg img{width:172px;height:185px;}
div.indexmaindiv1 div.playerdetail div.teanames{text-align:center;font-size:14px;margin-top:5px;color:#404040;}
div.indexmaindiv1 div.playerdetail div.teadetail{width:156px;height:27px;margin:5px 8px;color:#666; font-size: 12px;}
div.indexmaindiv1 div.playerdetail .checkdetail{width:134px;height:27px;display:block;background:url('../images/areabackground/checkdetail.png') no-repeat;margin:18px;}
div.indexmaindiv1 div.stylesgoright{float:left;width:0%;height:28px;background:url('../images/areabackground/arrowhead.png') no-repeat left -56px;margin:106px 0px 0px 5px;cursor:pointer;}
div.indexmaindiv1 div.stylesgoright:hover{float:left;width:0%;height:28px;background:url('../images/areabackground/arrowhead.png') no-repeat left -84px;margin:106px 0px 0px 5px;cursor:pointer;}
/*滚动*/
div.maindiv1{float:left;width:100%;height:275px;overflow:hidden;position:relative;}
div.maindiv1 ul{position:absolute;left:0;top:0;}
div.maindiv1 ul li{float:left;width:280px;height:295px;margin-left:13px;}


/*首页领导*/

div.indexmaindiv2{margin-top:25px;overflow: hidden;}
div.indexmaindiv2 div.playerdetail{width:192px;height:295px;background:#FFF;font-family:'微软雅黑';}
div.indexmaindiv2 div.playerdetail div.detailimg{width:192px;height:250px;}
div.indexmaindiv2 div.playerdetail div.detailimg img{width:192px;height:250px;}
div.indexmaindiv2 div.playerdetail div.teanames{text-align:center;font-size:14px;margin-top:15px;color:#404040;}
div.indexmaindiv2 div.playerdetail div.teadetail{width:146px;height:27px;margin:5px 8px;color:#666; font-size: 12px;}
div.indexmaindiv2 div.playerdetail .checkdetail{width:144px;height:27px;display:block;background:url('../images/areabackground/checkdetail.png') no-repeat;margin:18px;}
div.indexmaindiv2 div.stylesgoright{float:left;width:0%;height:28px;background:url('../images/areabackground/arrowhead.png') no-repeat left -56px;margin:106px 0px 0px 5px;cursor:pointer;}
div.indexmaindiv2 div.stylesgoright:hover{float:left;width:0%;height:28px;background:url('../images/areabackground/arrowhead.png') no-repeat left -84px;margin:106px 0px 0px 5px;cursor:pointer;}
/*滚动*/
div.maindiv2{float:left;width:100%;height:310px;overflow:hidden;position:relative;}
div.maindiv2 ul{position:absolute;left:0;top:0;}
div.maindiv2 ul li{float:left;width:192px;height:295px;margin-left:12px;}



ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}



#div1{position: relative;width:1130px; height: 300px;margin:50px auto 0;overflow: hidden;}
#div1 ul{position: absolute;left: 0;}
#div1 ul li{list-style: none;width:300px;float: left;padding: 10px;height: 280px; text-align: center; overflow: hidden;
#div1 ul li img{width:100%;}